home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / green-moon-lab.swf / scripts / DefineButton2_245 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-10-17  |  139 b   |  8 lines

  1. on(release){
  2.    if(_root.savefile.data.level >= 21)
  3.    {
  4.       stopAllSounds();
  5.       _root.gotoAndStop(_root._totalframes);
  6.    }
  7. }
  8.